home *** CD-ROM | disk | FTP | other *** search
- Product Name Version
- Arachnophilia 3.5
- Short (MetaBar) Name Long (ToolBar/Menu) Name ToolTip Status Line
- Forms Forms Automating Methods Automating Methods
- Button Name Command ToolTip Status Line
- NewForm <FORM ACTION="http://YourCGIScript" METHOD="POST">\r\n\r\n|\r\n\r\n</FORM> Creates new form Creates new form
- InText <INPUT TYPE="text" NAME="var name" SIZE="40" MAXLENGTH="80" VALUE="default value"> Text input control Text input control
- InPasswd <INPUT TYPE="password" NAME="var name" SIZE="40" MAXLENGTH="80" VALUE="default value"> Password input control Keystrokes are rendered as "*"
- InCheck <INPUT TYPE="checkbox" NAME="var name" VALUE="default value"> Checkbox control For selecting more than one of a set
- InRadio <INPUT TYPE="radio" NAME="var name" VALUE="default value"> Radio Control When put in sets, only one stays pressed
- InHidden <INPUT TYPE="hidden" NAME="var name" VALUE="default value"> Hidden Control Used to pass information to the CGI script
- InSelect <SELECT NAME="variable name">\r\n<OPTION>|\r\n<OPTION>\r\n<OPTION>\r\n<OPTION>\r\n</SELECT>\r\n Drop-down list Used for long lists of choices
- TextArea <TEXTAREA NAME="variable name" ROWS="3" COLS="40">|</TEXTAREA> Large Block Large Block
- InSubmit <INPUT TYPE="submit" VALUE="default value"> Submits form Submits form
- InReset <INPUT TYPE="Reset" VALUE="default value"> Resets Form Resets Form
-